Class: Aws::Greengrass::Types::GetServiceRoleForAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetServiceRoleForAccountResponse
- 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.
-
#role_arn ⇒ String
The ARN of the role which is associated with the account.
Instance Attribute Details
#associated_at ⇒ String
The time when the service role was associated with the account.
2873 2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2873 class GetServiceRoleForAccountResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role which is associated with the account.
2873 2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2873 class GetServiceRoleForAccountResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |