Class: Aws::Greengrass::Types::AssociateRoleToGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_atString

The time, in milliseconds since the epoch, when the role ARN was associated with the group.

Returns:

  • (String)


37
38
39
40
41
# File 'lib/aws-sdk-greengrass/types.rb', line 37

class AssociateRoleToGroupResponse < Struct.new(
  :associated_at)
  SENSITIVE = []
  include Aws::Structure
end