Class: Aws::Types::AssociatedAccessPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_scopeTypes::AccessScope

Returns the value of attribute access_scope.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def access_scope
  @access_scope
end

#associated_at::Time

Returns the value of attribute associated_at.

Returns:

  • (::Time)


223
224
225
# File 'sig/types.rbs', line 223

def associated_at
  @associated_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


224
225
226
# File 'sig/types.rbs', line 224

def modified_at
  @modified_at
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def policy_arn
  @policy_arn
end