Class: Aws::Greengrass::Types::AssociateRoleToGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::AssociateRoleToGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_at ⇒ String
The time, in milliseconds since the epoch, when the role ARN was associated with the group.
Instance Attribute Details
#associated_at ⇒ String
The time, in milliseconds since the epoch, when the role ARN was associated with the group.
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 |