Class: Aws::Types::SourceNetwork
- Inherits:
-
Object
- Object
- Aws::Types::SourceNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cfn_stack_name ⇒ ::String
Returns the value of attribute cfn_stack_name.
-
#last_recovery ⇒ Types::RecoveryLifeCycle
Returns the value of attribute last_recovery.
-
#launched_vpc_id ⇒ ::String
Returns the value of attribute launched_vpc_id.
-
#replication_status ⇒ "STOPPED", ...
Returns the value of attribute replication_status.
-
#replication_status_details ⇒ ::String
Returns the value of attribute replication_status_details.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#source_vpc_id ⇒ ::String
Returns the value of attribute source_vpc_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def arn @arn end |
#cfn_stack_name ⇒ ::String
Returns the value of attribute cfn_stack_name.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def cfn_stack_name @cfn_stack_name end |
#last_recovery ⇒ Types::RecoveryLifeCycle
Returns the value of attribute last_recovery.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def last_recovery @last_recovery end |
#launched_vpc_id ⇒ ::String
Returns the value of attribute launched_vpc_id.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def launched_vpc_id @launched_vpc_id end |
#replication_status ⇒ "STOPPED", ...
Returns the value of attribute replication_status.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def replication_status @replication_status end |
#replication_status_details ⇒ ::String
Returns the value of attribute replication_status_details.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def replication_status_details @replication_status_details end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def source_account_id @source_account_id end |
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def source_network_id @source_network_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def source_region @source_region end |
#source_vpc_id ⇒ ::String
Returns the value of attribute source_vpc_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def source_vpc_id @source_vpc_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def @tags end |