Module: Aws::VPCLattice::Client::_GetAuthPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAuthPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
563 |
# File 'sig/client.rbs', line 563
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
564 |
# File 'sig/client.rbs', line 564
def last_updated_at: () -> ::Time
|
#policy ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def policy: () -> ::String
|
#state ⇒ "Active", "Inactive"
562 |
# File 'sig/client.rbs', line 562
def state: () -> ("Active" | "Inactive")
|