Class: Aws::Proton::Types::GetServiceInstanceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a service instance that you want to get the detailed data for.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3022

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

#service_nameString

The name of the service that you want the service instance input for.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3022

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