Class: Aws::Types::ServiceNetworkResourceAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def created_by
  @created_by
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



1292
1293
1294
# File 'sig/types.rbs', line 1292

def dns_entry
  @dns_entry
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def failure_code
  @failure_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def id
  @id
end

#is_managed_associationBoolean

Returns the value of attribute is_managed_association.

Returns:

  • (Boolean)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def is_managed_association
  @is_managed_association
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def private_dns_enabled
  @private_dns_enabled
end

#private_dns_entryTypes::DnsEntry

Returns the value of attribute private_dns_entry.

Returns:



1293
1294
1295
# File 'sig/types.rbs', line 1293

def private_dns_entry
  @private_dns_entry
end

#resource_configuration_arn::String

Returns the value of attribute resource_configuration_arn.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def resource_configuration_arn
  @resource_configuration_arn
end

#resource_configuration_id::String

Returns the value of attribute resource_configuration_id.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def resource_configuration_id
  @resource_configuration_id
end

#resource_configuration_name::String

Returns the value of attribute resource_configuration_name.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def resource_configuration_name
  @resource_configuration_name
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


1283
1284
1285
# File 'sig/types.rbs', line 1283

def status
  @status
end