Class: Aws::Greengrass::Types::DisassociateServiceRoleFromAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::DisassociateServiceRoleFromAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disassociated_at ⇒ String
The time when the service role was disassociated from the account.
Instance Attribute Details
#disassociated_at ⇒ String
The time when the service role was disassociated from the account.
1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1596 class DisassociateServiceRoleFromAccountResponse < Struct.new( :disassociated_at) SENSITIVE = [] include Aws::Structure end |