Class: Aws::Types::TypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::TypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_activated ⇒ Boolean
Returns the value of attribute is_activated.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#latest_public_version ⇒ ::String
Returns the value of attribute latest_public_version.
-
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
-
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#publisher_identity ⇒ "AWS_Marketplace", ...
Returns the value of attribute publisher_identity.
-
#publisher_name ⇒ ::String
Returns the value of attribute publisher_name.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def description @description end |
#is_activated ⇒ Boolean
Returns the value of attribute is_activated.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def is_activated @is_activated end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def last_updated @last_updated end |
#latest_public_version ⇒ ::String
Returns the value of attribute latest_public_version.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def latest_public_version @latest_public_version end |
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def original_type_name @original_type_name end |
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def public_version_number @public_version_number end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def publisher_id @publisher_id end |
#publisher_identity ⇒ "AWS_Marketplace", ...
Returns the value of attribute publisher_identity.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def publisher_identity @publisher_identity end |
#publisher_name ⇒ ::String
Returns the value of attribute publisher_name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def publisher_name @publisher_name end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def type @type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def type_arn @type_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def type_name @type_name end |