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:



241
242
243
# File 'sig/types.rbs', line 241

def access_scope
  @access_scope
end

#associated_at::Time

Returns the value of attribute associated_at.

Returns:

  • (::Time)


242
243
244
# File 'sig/types.rbs', line 242

def associated_at
  @associated_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


243
244
245
# File 'sig/types.rbs', line 243

def modified_at
  @modified_at
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def policy_arn
  @policy_arn
end