Class: Aws::Types::CreateAccessGrantsInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def 
  @account_id
end

#identity_center_arn::String

Returns the value of attribute identity_center_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def identity_center_arn
  @identity_center_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def tags
  @tags
end