Class: Aws::Types::ExtensionAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ExtensionAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#extension_arn ⇒ ::String
Returns the value of attribute extension_arn.
-
#extension_version_number ⇒ ::Integer
Returns the value of attribute extension_version_number.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def arn @arn end |
#extension_arn ⇒ ::String
Returns the value of attribute extension_arn.
507 508 509 |
# File 'sig/types.rbs', line 507 def extension_arn @extension_arn end |
#extension_version_number ⇒ ::Integer
Returns the value of attribute extension_version_number.
511 512 513 |
# File 'sig/types.rbs', line 511 def extension_version_number @extension_version_number end |
#id ⇒ ::String
Returns the value of attribute id.
506 507 508 |
# File 'sig/types.rbs', line 506 def id @id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
510 511 512 |
# File 'sig/types.rbs', line 510 def parameters @parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def resource_arn @resource_arn end |