Class: Aws::Greengrass::Types::DisassociateRoleFromGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disassociated_atString

The time, in milliseconds since the epoch, when the role was disassociated from the group.

Returns:

  • (String)


1578
1579
1580
1581
1582
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1578

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