Class: Aws::Types::ListPolicyAttachmentsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


1231
1232
1233
# File 'sig/types.rbs', line 1231

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def directory_arn
  @directory_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def next_token
  @next_token
end

#policy_referenceTypes::ObjectReference

Returns the value of attribute policy_reference.



1228
1229
1230
# File 'sig/types.rbs', line 1228

def policy_reference
  @policy_reference
end