Class: Aws::Types::SourceNetwork

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags, :replication_status_details, :cfn_stack_name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def cfn_stack_name
  @cfn_stack_name
end

#last_recoveryTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("STOPPED", "IN_PROGRESS", "PROTECTED", "ERROR")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def 
  @source_account_id
end

#source_network_id::String

Returns the value of attribute source_network_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1233
1234
1235
# File 'sig/types.rbs', line 1233

def tags
  @tags
end