Class: Aws::Types::SourceCloudProperties
- Inherits:
-
Object
- Object
- Aws::Types::SourceCloudProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin_account_id ⇒ ::String
Returns the value of attribute origin_account_id.
-
#origin_availability_zone ⇒ ::String
Returns the value of attribute origin_availability_zone.
-
#origin_region ⇒ ::String
Returns the value of attribute origin_region.
-
#source_outpost_arn ⇒ ::String
Returns the value of attribute source_outpost_arn.
Instance Attribute Details
#origin_account_id ⇒ ::String
Returns the value of attribute origin_account_id.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def origin_account_id @origin_account_id end |
#origin_availability_zone ⇒ ::String
Returns the value of attribute origin_availability_zone.
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.
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.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def source_outpost_arn @source_outpost_arn end |