Module: Aws::VerifiedPermissions::Client::_UpdatePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePolicyOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions ⇒ ::Array[Types::ActionIdentifier]
- #created_date ⇒ ::Time
- #effect ⇒ "Permit", "Forbid"
- #last_updated_date ⇒ ::Time
- #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]
677 |
# File 'sig/client.rbs', line 677
def actions: () -> ::Array[Types::ActionIdentifier]
|
#created_date ⇒ ::Time
678 |
# File 'sig/client.rbs', line 678
def created_date: () -> ::Time
|
#effect ⇒ "Permit", "Forbid"
680 |
# File 'sig/client.rbs', line 680
def effect: () -> ("Permit" | "Forbid")
|
#last_updated_date ⇒ ::Time
679 |
# File 'sig/client.rbs', line 679
def last_updated_date: () -> ::Time
|
#policy_id ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def policy_id: () -> ::String
|
#policy_store_id ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def policy_store_id: () -> ::String
|
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
674 |
# File 'sig/client.rbs', line 674
def policy_type: () -> ("STATIC" | "TEMPLATE_LINKED")
|
#principal ⇒ Types::EntityIdentifier
675 |
# File 'sig/client.rbs', line 675
def principal: () -> Types::EntityIdentifier
|
#resource ⇒ Types::EntityIdentifier
676 |
# File 'sig/client.rbs', line 676
def resource: () -> Types::EntityIdentifier
|