Class: Aws::Types::ActivateTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::ActivateTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
-
#major_version ⇒ ::Integer
Returns the value of attribute major_version.
-
#public_type_arn ⇒ ::String
Returns the value of attribute public_type_arn.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_name_alias ⇒ ::String
Returns the value of attribute type_name_alias.
-
#version_bump ⇒ "MAJOR", "MINOR"
Returns the value of attribute version_bump.
Instance Attribute Details
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
35 36 37 |
# File 'sig/types.rbs', line 35 def auto_update @auto_update end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
37 38 39 |
# File 'sig/types.rbs', line 37 def execution_role_arn @execution_role_arn end |
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
36 37 38 |
# File 'sig/types.rbs', line 36 def logging_config @logging_config end |
#major_version ⇒ ::Integer
Returns the value of attribute major_version.
39 40 41 |
# File 'sig/types.rbs', line 39 def major_version @major_version end |
#public_type_arn ⇒ ::String
Returns the value of attribute public_type_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def public_type_arn @public_type_arn end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def publisher_id @publisher_id end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
30 31 32 |
# File 'sig/types.rbs', line 30 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
33 34 35 |
# File 'sig/types.rbs', line 33 def type_name @type_name end |
#type_name_alias ⇒ ::String
Returns the value of attribute type_name_alias.
34 35 36 |
# File 'sig/types.rbs', line 34 def type_name_alias @type_name_alias end |
#version_bump ⇒ "MAJOR", "MINOR"
Returns the value of attribute version_bump.
38 39 40 |
# File 'sig/types.rbs', line 38 def version_bump @version_bump end |