Class: Aws::Types::ListResourcesAssociatedToCustomLineItemResponseElement
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesAssociatedToCustomLineItemResponseElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#end_billing_period ⇒ ::String
Returns the value of attribute end_billing_period.
-
#relationship ⇒ "PARENT", "CHILD"
Returns the value of attribute relationship.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
655 656 657 |
# File 'sig/types.rbs', line 655 def relationship @relationship end |