Module: Aws::SecurityHub::Client::_UpdateConfigurationPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConfigurationPolicyResponse]
- 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
5371 |
# File 'sig/client.rbs', line 5371
def arn: () -> ::String
|
#configuration_policy ⇒ Types::Policy
5377 |
# File 'sig/client.rbs', line 5377
def configuration_policy: () -> Types::Policy
|
#created_at ⇒ ::Time
5376 |
# File 'sig/client.rbs', line 5376
def created_at: () -> ::Time
|
#description ⇒ ::String
5374 |
# File 'sig/client.rbs', line 5374
def description: () -> ::String
|
#id ⇒ ::String
5372 |
# File 'sig/client.rbs', line 5372
def id: () -> ::String
|
#name ⇒ ::String
5373 |
# File 'sig/client.rbs', line 5373
def name: () -> ::String
|
#updated_at ⇒ ::Time
5375 |
# File 'sig/client.rbs', line 5375
def updated_at: () -> ::Time
|