Class: Aws::GreengrassV2::Types::AssociateServiceRoleToAccountResponse

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)


100
101
102
103
104
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 100

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