Class: Aws::Types::SourceCloudProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#origin_account_id::String

Returns the value of attribute origin_account_id.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def 
  @origin_account_id
end

#origin_availability_zone::String

Returns the value of attribute origin_availability_zone.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def origin_availability_zone
  @origin_availability_zone
end

#origin_region::String

Returns the value of attribute origin_region.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def origin_region
  @origin_region
end

#source_outpost_arn::String

Returns the value of attribute source_outpost_arn.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def source_outpost_arn
  @source_outpost_arn
end