Module: Aws::Macie2::Client::_GetAllowListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAllowListResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #criteria ⇒ Types::AllowListCriteria
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ Types::AllowListStatus
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def arn: () -> ::String
|
#created_at ⇒ ::Time
458 |
# File 'sig/client.rbs', line 458
def created_at: () -> ::Time
|
#criteria ⇒ Types::AllowListCriteria
459 |
# File 'sig/client.rbs', line 459
def criteria: () -> Types::AllowListCriteria
|
#description ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def description: () -> ::String
|
#id ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def id: () -> ::String
|
#name ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def name: () -> ::String
|
#status ⇒ Types::AllowListStatus
463 |
# File 'sig/client.rbs', line 463
def status: () -> Types::AllowListStatus
|
#tags ⇒ ::Hash[::String, ::String]
464 |
# File 'sig/client.rbs', line 464
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
465 |
# File 'sig/client.rbs', line 465
def updated_at: () -> ::Time
|