Class: Aws::Greengrass::Types::GetAssociatedRoleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

Returns:

  • (String)


1890
1891
1892
1893
1894
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1890

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