Class: Aws::GreengrassV2::Types::GetServiceRoleForAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetServiceRoleForAccountResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_at ⇒ String
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
-
#role_arn ⇒ String
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
Instance Attribute Details
#associated_at ⇒ String
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
1769 1770 1771 1772 1773 1774 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1769 class GetServiceRoleForAccountResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
1769 1770 1771 1772 1773 1774 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1769 class GetServiceRoleForAccountResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |