Module: Aws::VerifiedPermissions::Client::_CreatePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePolicyOutput]
- 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]
202 |
# File 'sig/client.rbs', line 202
def actions: () -> ::Array[Types::ActionIdentifier]
|
#created_date ⇒ ::Time
203 |
# File 'sig/client.rbs', line 203
def created_date: () -> ::Time
|
#effect ⇒ "Permit", "Forbid"
205 |
# File 'sig/client.rbs', line 205
def effect: () -> ("Permit" | "Forbid")
|
#last_updated_date ⇒ ::Time
204 |
# File 'sig/client.rbs', line 204
def last_updated_date: () -> ::Time
|
#policy_id ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def policy_id: () -> ::String
|
#policy_store_id ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def policy_store_id: () -> ::String
|
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
199 |
# File 'sig/client.rbs', line 199
def policy_type: () -> ("STATIC" | "TEMPLATE_LINKED")
|
#principal ⇒ Types::EntityIdentifier
200 |
# File 'sig/client.rbs', line 200
def principal: () -> Types::EntityIdentifier
|
#resource ⇒ Types::EntityIdentifier
201 |
# File 'sig/client.rbs', line 201
def resource: () -> Types::EntityIdentifier
|