Class: Aws::Types::CreateAccessGrantsLocationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



182
183
184
# File 'sig/types.rbs', line 182

def 
  @account_id
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.



184
185
186
# File 'sig/types.rbs', line 184

def iam_role_arn
  @iam_role_arn
end

#location_scope::String

Returns the value of attribute location_scope.



183
184
185
# File 'sig/types.rbs', line 183

def location_scope
  @location_scope
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



185
186
187
# File 'sig/types.rbs', line 185

def tags
  @tags
end