Class: Aws::VerifiedPermissions::Types::UpdatePolicyStoreOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 updated policy store.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


4393
4394
4395
4396
4397
4398
4399
4400
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393

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

#created_dateTime

The date and time that the policy store was originally created.

Returns:

  • (Time)


4393
4394
4395
4396
4397
4398
4399
4400
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393

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

#last_updated_dateTime

The date and time that the policy store was most recently updated.

Returns:

  • (Time)


4393
4394
4395
4396
4397
4398
4399
4400
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393

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

#policy_store_idString

The ID of the updated policy store.

Returns:

  • (String)


4393
4394
4395
4396
4397
4398
4399
4400
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393

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