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
135 |
# File 'sig/client.rbs', line 135
def arn: () -> ::String
|
#authentication_strategy ⇒ "SIMPLE", ...
136 |
# File 'sig/client.rbs', line 136
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#created ⇒ ::Time
137 |
# File 'sig/client.rbs', line 137
def created: () -> ::Time
|
#id ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def id: () -> ::String
|
#latest_revision ⇒ Types::ConfigurationRevision
139 |
# File 'sig/client.rbs', line 139
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def name: () -> ::String
|