Class: Aws::Types::ListResourcesAssociatedToCustomLineItemResponseElement

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)


654
655
656
# File 'sig/types.rbs', line 654

def arn
  @arn
end

#end_billing_period ⇒ ::String

Returns the value of attribute end_billing_period.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def end_billing_period
  @end_billing_period
end

#relationship ⇒ "PARENT", "CHILD"

Returns the value of attribute relationship.

Returns:

  • ("PARENT", "CHILD")


655
656
657
# File 'sig/types.rbs', line 655

def relationship
  @relationship
end