Class: Aws::VerifiedPermissions::Types::BatchGetPolicyOutputItem

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

Overview

Contains information about a policy returned from a ‘BatchGetPolicy` API request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date and time the policy was created.

Returns:

  • (Time)


305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::PolicyDefinitionDetail

The policy definition of an item in the list of policies returned.



305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date and time the policy was most recently updated.

Returns:

  • (Time)


305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

The identifier of the policy you want information about.

Returns:

  • (String)


305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

The identifier of the policy store where the policy you want information about is stored.

Returns:

  • (String)


305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The type of the policy. This is one of the following values:

  • ‘STATIC`

  • ‘TEMPLATE_LINKED`

Returns:

  • (String)


305
306
307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305

class BatchGetPolicyOutputItem < Struct.new(
  :policy_store_id,
  :policy_id,
  :policy_type,
  :definition,
  :created_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end