Class: Aws::Proton::Types::ListServiceInstanceProvisionedResourcesInput

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

#next_tokenString

A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3922

class ListServiceInstanceProvisionedResourcesInput < Struct.new(
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_instance_nameString

The name of the service instance whose provisioned resources you want.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3922

class ListServiceInstanceProvisionedResourcesInput < Struct.new(
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that serviceInstanceName is associated to.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3922

class ListServiceInstanceProvisionedResourcesInput < Struct.new(
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end