Class: Aws::VerifiedPermissions::Types::CreatePolicyStoreOutput

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

#arnString

The Amazon Resource Name (ARN) of the new policy store.

Returns:

  • (String)


1140
1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1140

class CreatePolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date and time the policy store was originally created.

Returns:

  • (Time)


1140
1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1140

class CreatePolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date and time the policy store was last updated.

Returns:

  • (Time)


1140
1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1140

class CreatePolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

The unique ID of the new policy store.

Returns:

  • (String)


1140
1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1140

class CreatePolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end