Class: Aws::Greengrass::Types::DisassociateServiceRoleFromAccountResponse

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 when the service role was disassociated from the account.

Returns:

  • (String)


1596
1597
1598
1599
1600
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1596

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