Class: Aws::Types::ExtensionAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExtensionAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extension_arn ⇒ ::String
Returns the value of attribute extension_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#extension_arn ⇒ ::String
Returns the value of attribute extension_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def extension_arn @extension_arn end |
#id ⇒ ::String
Returns the value of attribute id.
516 517 518 |
# File 'sig/types.rbs', line 516 def id @id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
518 519 520 |
# File 'sig/types.rbs', line 518 def resource_arn @resource_arn end |