Class: Aws::Types::AcceptAddressTransferRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def address
  @address
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


38
39
40
# File 'sig/types.rbs', line 38

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def tag_specifications
  @tag_specifications
end