Class: Aws::GreengrassV2::Types::DisassociateServiceRoleFromAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DisassociateServiceRoleFromAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disassociated_at ⇒ String
The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
Instance Attribute Details
#disassociated_at ⇒ String
The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1301 class DisassociateServiceRoleFromAccountResponse < Struct.new( :disassociated_at) SENSITIVE = [] include Aws::Structure end |