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
5357 |
# File 'sig/client.rbs', line 5357
def arn: () -> ::String
|
#configuration_policy ⇒ Types::Policy
5363 |
# File 'sig/client.rbs', line 5363
def configuration_policy: () -> Types::Policy
|
#created_at ⇒ ::Time
5362 |
# File 'sig/client.rbs', line 5362
def created_at: () -> ::Time
|
#description ⇒ ::String
5360 |
# File 'sig/client.rbs', line 5360
def description: () -> ::String
|
#id ⇒ ::String
5358 |
# File 'sig/client.rbs', line 5358
def id: () -> ::String
|
#name ⇒ ::String
5359 |
# File 'sig/client.rbs', line 5359
def name: () -> ::String
|
#updated_at ⇒ ::Time
5361 |
# File 'sig/client.rbs', line 5361
def updated_at: () -> ::Time
|