Class: Aws::Proton::Types::GetServiceInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a service instance that you want to get the detailed data for.
-
#service_name ⇒ String
The name of the service that you want the service instance input for.
Instance Attribute Details
#name ⇒ String
The name of a service instance that you want to get the detailed data for.
3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-proton/types.rb', line 3022 class GetServiceInstanceInput < Struct.new( :name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service that you want the service instance input for.
3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-proton/types.rb', line 3022 class GetServiceInstanceInput < Struct.new( :name, :service_name) SENSITIVE = [] include Aws::Structure end |