Class: Aws::GreengrassV2::Types::DisassociateServiceRoleFromAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disassociated_atString

The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.

Returns:

  • (String)


1320
1321
1322
1323
1324
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1320

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