Class: Aws::Types::ExtensionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExtensionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
532 533 534 |
# File 'sig/types.rbs', line 532 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
533 534 535 |
# File 'sig/types.rbs', line 533 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
529 530 531 |
# File 'sig/types.rbs', line 529 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
530 531 532 |
# File 'sig/types.rbs', line 530 def name @name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
531 532 533 |
# File 'sig/types.rbs', line 531 def version_number @version_number end |