Module: Aws::VerifiedPermissions::Client::_CreatePolicyResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreatePolicyOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#actions::Array[Types::ActionIdentifier]

Returns:



202
# File 'sig/client.rbs', line 202

def actions: () -> ::Array[Types::ActionIdentifier]

#created_date::Time

Returns:

  • (::Time)


203
# File 'sig/client.rbs', line 203

def created_date: () -> ::Time

#effect"Permit", "Forbid"

Returns:

  • ("Permit", "Forbid")


205
# File 'sig/client.rbs', line 205

def effect: () -> ("Permit" | "Forbid")

#last_updated_date::Time

Returns:

  • (::Time)


204
# File 'sig/client.rbs', line 204

def last_updated_date: () -> ::Time

#policy_id::String

Returns:

  • (::String)


198
# File 'sig/client.rbs', line 198

def policy_id: () -> ::String

#policy_store_id::String

Returns:

  • (::String)


197
# File 'sig/client.rbs', line 197

def policy_store_id: () -> ::String

#policy_type"STATIC", "TEMPLATE_LINKED"

Returns:

  • ("STATIC", "TEMPLATE_LINKED")


199
# File 'sig/client.rbs', line 199

def policy_type: () -> ("STATIC" | "TEMPLATE_LINKED")

#principalTypes::EntityIdentifier



200
# File 'sig/client.rbs', line 200

def principal: () -> Types::EntityIdentifier

#resourceTypes::EntityIdentifier



201
# File 'sig/client.rbs', line 201

def resource: () -> Types::EntityIdentifier