Class: Aws::Types::CreateExtensionAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExtensionAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
-
#extension_version_number ⇒ ::Integer
Returns the value of attribute extension_version_number.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
198 199 200 |
# File 'sig/types.rbs', line 198 def extension_identifier @extension_identifier end |
#extension_version_number ⇒ ::Integer
Returns the value of attribute extension_version_number.
199 200 201 |
# File 'sig/types.rbs', line 199 def extension_version_number @extension_version_number end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
201 202 203 |
# File 'sig/types.rbs', line 201 def parameters @parameters end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
200 201 202 |
# File 'sig/types.rbs', line 200 def resource_identifier @resource_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
202 203 204 |
# File 'sig/types.rbs', line 202 def @tags end |