Module: Aws::SecurityHub::Client::_CreateConfigurationPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConfigurationPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #configuration_policy ⇒ Types::Policy
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
4181 |
# File 'sig/client.rbs', line 4181
def arn: () -> ::String
|
#configuration_policy ⇒ Types::Policy
4187 |
# File 'sig/client.rbs', line 4187
def configuration_policy: () -> Types::Policy
|
#created_at ⇒ ::Time
4186 |
# File 'sig/client.rbs', line 4186
def created_at: () -> ::Time
|
#description ⇒ ::String
4184 |
# File 'sig/client.rbs', line 4184
def description: () -> ::String
|
#id ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def id: () -> ::String
|
#name ⇒ ::String
4183 |
# File 'sig/client.rbs', line 4183
def name: () -> ::String
|
#updated_at ⇒ ::Time
4185 |
# File 'sig/client.rbs', line 4185
def updated_at: () -> ::Time
|