Class: Aws::Greengrass::Types::GetAssociatedRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetAssociatedRoleResponse
- 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 role was associated with the group.
-
#role_arn ⇒ String
The ARN of the role that is associated with the group.
Instance Attribute Details
#associated_at ⇒ String
The time when the role was associated with the group.
1906 1907 1908 1909 1910 1911 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1906 class GetAssociatedRoleResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role that is associated with the group.
1906 1907 1908 1909 1910 1911 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1906 class GetAssociatedRoleResponse < Struct.new( :associated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |