Class: Aws::Types::ServiceNetworkVpcAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkVpcAssociationSummary
- 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_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def created_by @created_by end |
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def @dns_options end |
#id ⇒ ::String
Returns the value of attribute id.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def last_updated_at @last_updated_at end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def private_dns_enabled @private_dns_enabled end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def service_network_arn @service_network_arn end |
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def service_network_id @service_network_id end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def service_network_name @service_network_name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def status @status end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def vpc_id @vpc_id end |