Class: Aws::Greengrass::Types::GetServiceRoleForAccountResponse

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 service role was associated with the account.

Returns:

  • (String)


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_arnString

The ARN of the role which is associated with the account.

Returns:

  • (String)


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