Class: Aws::Types::PublishTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::PublishTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def arn @arn end |
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def public_version_number @public_version_number end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def type_name @type_name end |