Module: Aws::MQ::Client::_CreateConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #authentication_strategy ⇒ "SIMPLE", ...
- #created ⇒ ::Time
- #id ⇒ ::String
- #latest_revision ⇒ Types::ConfigurationRevision
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
136 |
# File 'sig/client.rbs', line 136 def arn: () -> ::String |
#authentication_strategy ⇒ "SIMPLE", ...
137 |
# File 'sig/client.rbs', line 137 def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED") |
#created ⇒ ::Time
138 |
# File 'sig/client.rbs', line 138 def created: () -> ::Time |
#id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139 def id: () -> ::String |
#latest_revision ⇒ Types::ConfigurationRevision
140 |
# File 'sig/client.rbs', line 140 def latest_revision: () -> Types::ConfigurationRevision |
#name ⇒ ::String
141 |
# File 'sig/client.rbs', line 141 def name: () -> ::String |