Module: Aws::SecurityHub::Client::_GetConfigurationPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfigurationPolicyResponse]
- 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
4679 |
# File 'sig/client.rbs', line 4679
def arn: () -> ::String
|
#configuration_policy ⇒ Types::Policy
4685 |
# File 'sig/client.rbs', line 4685
def configuration_policy: () -> Types::Policy
|
#created_at ⇒ ::Time
4684 |
# File 'sig/client.rbs', line 4684
def created_at: () -> ::Time
|
#description ⇒ ::String
4682 |
# File 'sig/client.rbs', line 4682
def description: () -> ::String
|
#id ⇒ ::String
4680 |
# File 'sig/client.rbs', line 4680
def id: () -> ::String
|
#name ⇒ ::String
4681 |
# File 'sig/client.rbs', line 4681
def name: () -> ::String
|
#updated_at ⇒ ::Time
4683 |
# File 'sig/client.rbs', line 4683
def updated_at: () -> ::Time
|