Class: Aws::Types::ListServiceInstanceProvisionedResourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def next_token
  @next_token
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def service_name
  @service_name
end