Class: Aws::Greengrass::Types::GetAssociatedRoleResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_atString

The time when the role was associated with the group.

Returns:

  • (String)


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_arnString

The ARN of the role that is associated with the group.

Returns:

  • (String)


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