Class: Aws::Types::CreateConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
212 213 214 |
# File 'sig/types.rbs', line 212 def arn @arn end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
213 214 215 |
# File 'sig/types.rbs', line 213 def authentication_strategy @authentication_strategy end |
#created ⇒ ::Time
Returns the value of attribute created.
214 215 216 |
# File 'sig/types.rbs', line 214 def created @created end |
#id ⇒ ::String
Returns the value of attribute id.
215 216 217 |
# File 'sig/types.rbs', line 215 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
216 217 218 |
# File 'sig/types.rbs', line 216 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
217 218 219 |
# File 'sig/types.rbs', line 217 def name @name end |