Class: Aws::Types::InviteOrganizationToTransferResponsibilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:notes, :source_name])

Instance Attribute Summary collapse

Instance Attribute Details

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def notes
  @notes
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def source_name
  @source_name
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


522
523
524
# File 'sig/types.rbs', line 522

def start_timestamp
  @start_timestamp
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def tags
  @tags
end

#targetTypes::HandshakeParty

Returns the value of attribute target.



520
521
522
# File 'sig/types.rbs', line 520

def target
  @target
end

#type"BILLING"

Returns the value of attribute type.

Returns:

  • ("BILLING")


519
520
521
# File 'sig/types.rbs', line 519

def type
  @type
end