Class: Aws::Types::ListResourcesAssociatedToCustomLineItemOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def arn
  @arn
end

#associated_resources ⇒ ::Array[Types::ListResourcesAssociatedToCustomLineItemResponseElement]

Returns the value of attribute associated_resources.



648
649
650
# File 'sig/types.rbs', line 648

def associated_resources
  @associated_resources
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def next_token
  @next_token
end