Class: Aws::Types::CreateConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationOutput
- 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.
193 194 195 |
# File 'sig/types.rbs', line 193 def arn @arn end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
194 195 196 |
# File 'sig/types.rbs', line 194 def authentication_strategy @authentication_strategy end |
#created ⇒ ::Time
Returns the value of attribute created.
195 196 197 |
# File 'sig/types.rbs', line 195 def created @created end |
#id ⇒ ::String
Returns the value of attribute id.
196 197 198 |
# File 'sig/types.rbs', line 196 def id @id end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
197 198 199 |
# File 'sig/types.rbs', line 197 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
198 199 200 |
# File 'sig/types.rbs', line 198 def name @name end |