Class: Aws::Lightsail::Types::GetContainerServiceDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServiceDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the container service for which to return deployments.
Instance Attribute Details
#service_name ⇒ String
The name of the container service for which to return deployments.
7161 7162 7163 7164 7165 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7161 class GetContainerServiceDeploymentsRequest < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |