Class: Aws::Types::ServiceNetworkResourceAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkResourceAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_managed_association ⇒ Boolean
Returns the value of attribute is_managed_association.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
-
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
-
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
-
#resource_configuration_name ⇒ ::String
Returns the value of attribute resource_configuration_name.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
-
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def created_by @created_by end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
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.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def failure_code @failure_code end |
#id ⇒ ::String
Returns the value of attribute id.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def id @id end |
#is_managed_association ⇒ Boolean
Returns the value of attribute is_managed_association.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def is_managed_association @is_managed_association end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def private_dns_enabled @private_dns_enabled end |
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
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.
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.
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.
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.
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.
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.
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.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def status @status end |