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)


4767
4768
4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4767

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)


4767
4768
4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4767

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)


4767
4768
4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4767

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)


4767
4768
4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4767

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