Class: Aws::Greengrass::Types::AssociateServiceRoleToAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::AssociateServiceRoleToAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_at ⇒ String
The time when the service role was associated with the account.
Instance Attribute Details
#associated_at ⇒ String
The time when the service role was associated with the account.
61 62 63 64 65 |
# File 'lib/aws-sdk-greengrass/types.rb', line 61 class AssociateServiceRoleToAccountResponse < Struct.new( :associated_at) SENSITIVE = [] include Aws::Structure end |