Class: Aws::GreengrassV2::Types::GetServiceRoleForAccountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/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 IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1788

class GetServiceRoleForAccountResponse < Struct.new(
  :associated_at,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1788

class GetServiceRoleForAccountResponse < Struct.new(
  :associated_at,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end