Class: Aws::Types::ResponsibilityTransfer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#active_handshake_id::String

Returns the value of attribute active_handshake_id.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def active_handshake_id
  @active_handshake_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def arn
  @arn
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


973
974
975
# File 'sig/types.rbs', line 973

def end_timestamp
  @end_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def name
  @name
end

#sourceTypes::TransferParticipant

Returns the value of attribute source.



970
971
972
# File 'sig/types.rbs', line 970

def source
  @source
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


972
973
974
# File 'sig/types.rbs', line 972

def start_timestamp
  @start_timestamp
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("REQUESTED", "DECLINED", "CANCELED", "EXPIRED", "ACCEPTED", "WITHDRAWN")


969
970
971
# File 'sig/types.rbs', line 969

def status
  @status
end

#targetTypes::TransferParticipant

Returns the value of attribute target.



971
972
973
# File 'sig/types.rbs', line 971

def target
  @target
end

#type"BILLING"

Returns the value of attribute type.

Returns:

  • ("BILLING")


968
969
970
# File 'sig/types.rbs', line 968

def type
  @type
end