Class: Aws::Types::ServiceNetworkServiceAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkServiceAssociationSummary
- 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.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_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.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def created_by @created_by end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def dns_entry @dns_entry end |
#id ⇒ ::String
Returns the value of attribute id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def id @id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def service_arn @service_arn end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def service_name @service_name end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def service_network_arn @service_network_arn end |
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def service_network_id @service_network_id end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def service_network_name @service_network_name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def status @status end |