Class: Aws::Types::ListComponentProvisionedResourcesOutput

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)


907
908
909
# File 'sig/types.rbs', line 907

def next_token
  @next_token
end

#provisioned_resources ⇒ ::Array[Types::ProvisionedResource]

Returns the value of attribute provisioned_resources.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def provisioned_resources
  @provisioned_resources
end