Class: Aws::Types::TypeConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::TypeConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#is_default_configuration ⇒ Boolean
Returns the value of attribute is_default_configuration.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def arn @arn end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def configuration @configuration end |
#is_default_configuration ⇒ Boolean
Returns the value of attribute is_default_configuration.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def is_default_configuration @is_default_configuration end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def last_updated @last_updated end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def type_arn @type_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def type_name @type_name end |