Class: Aws::VerifiedPermissions::Types::CreatePolicyOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::ActionIdentifier>

The action that a policy permits or forbids. For example, \{"actions": [\{"actionId": "ViewPhoto", "actionType": "PhotoFlash::Action"\}, \{"entityID": "SharePhoto", "entityType": "PhotoFlash::Action"\}]\}.

Returns:



1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date and time the policy was originally created.

Returns:

  • (Time)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#effectString

The effect of the decision that a policy returns to an authorization request. For example, "effect": "Permit".

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date and time the policy was last updated.

Returns:

  • (Time)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

The unique ID of the new policy.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

The ID of the policy store that contains the new policy.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The policy type of the new policy.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::EntityIdentifier

The principal specified in the new policy's scope. This response element isn't present when principal isn't specified in the policy content.



1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::EntityIdentifier

The resource specified in the new policy's scope. This response element isn't present when the resource isn't specified in the policy content.



1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1069

class CreatePolicyOutput < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :principal,
  :resource,
  :actions,
  :created_date,
  :last_updated_date,
  :effect)
  SENSITIVE = []
  include Aws::Structure
end