Module: Aws::VerifiedPermissions::Client::_GetPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions ⇒ ::Array[Types::ActionIdentifier]
- #created_date ⇒ ::Time
- #definition ⇒ Types::PolicyDefinitionDetail
- #effect ⇒ "Permit", "Forbid"
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
- #policy_id ⇒ ::String
- #policy_store_id ⇒ ::String
- #policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
- #principal ⇒ Types::EntityIdentifier
- #resource ⇒ Types::EntityIdentifier
Instance Method Details
#actions ⇒ ::Array[Types::ActionIdentifier]
363 |
# File 'sig/client.rbs', line 363
def actions: () -> ::Array[Types::ActionIdentifier]
|
#created_date ⇒ ::Time
365 |
# File 'sig/client.rbs', line 365
def created_date: () -> ::Time
|
#definition ⇒ Types::PolicyDefinitionDetail
364 |
# File 'sig/client.rbs', line 364
def definition: () -> Types::PolicyDefinitionDetail
|
#effect ⇒ "Permit", "Forbid"
367 |
# File 'sig/client.rbs', line 367
def effect: () -> ("Permit" | "Forbid")
|
#last_updated_date ⇒ ::Time
366 |
# File 'sig/client.rbs', line 366
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def name: () -> ::String
|
#policy_id ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def policy_id: () -> ::String
|
#policy_store_id ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def policy_store_id: () -> ::String
|
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
360 |
# File 'sig/client.rbs', line 360
def policy_type: () -> ("STATIC" | "TEMPLATE_LINKED")
|
#principal ⇒ Types::EntityIdentifier
361 |
# File 'sig/client.rbs', line 361
def principal: () -> Types::EntityIdentifier
|
#resource ⇒ Types::EntityIdentifier
362 |
# File 'sig/client.rbs', line 362
def resource: () -> Types::EntityIdentifier
|