Class: Aws::Types::ListServiceInstanceOutputsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def deployment_id
  @deployment_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def next_token
  @next_token
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def service_name
  @service_name
end