Class: Aws::Types::AppliedExtension
- Inherits:
-
Object
- Object
- Aws::Types::AppliedExtension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extension_association_id ⇒ ::String
Returns the value of attribute extension_association_id.
-
#extension_id ⇒ ::String
Returns the value of attribute extension_id.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#extension_association_id ⇒ ::String
Returns the value of attribute extension_association_id.
51 52 53 |
# File 'sig/types.rbs', line 51 def extension_association_id @extension_association_id end |
#extension_id ⇒ ::String
Returns the value of attribute extension_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def extension_id @extension_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
53 54 55 |
# File 'sig/types.rbs', line 53 def parameters @parameters end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
52 53 54 |
# File 'sig/types.rbs', line 52 def version_number @version_number end |