Class: Aws::Types::ShareTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def id
  @id
end

#type"ACCOUNT"

Returns the value of attribute type.

Returns:

  • ("ACCOUNT")


1375
1376
1377
# File 'sig/types.rbs', line 1375

def type
  @type
end