Class: Aws::CloudDirectory::Types::BatchListObjectPoliciesResponse

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

Overview

Represents the output of a ListObjectPolicies response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_policy_idsArray<String>

A list of policy ObjectIdentifiers, that are attached to the object.

Returns:

  • (Array<String>)


1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1251

class BatchListObjectPoliciesResponse < Struct.new(
  :attached_policy_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1251

class BatchListObjectPoliciesResponse < Struct.new(
  :attached_policy_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end