Class: Aws::Lightsail::Types::GetContainerServiceDeploymentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the container service for which to return deployments.

Returns:

  • (String)


7162
7163
7164
7165
7166
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7162

class GetContainerServiceDeploymentsRequest < Struct.new(
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end