Class: Aws::Types::ServiceNetworkSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkSummary
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_associated_resource_configurations ⇒ ::Integer
Returns the value of attribute number_of_associated_resource_configurations.
-
#number_of_associated_services ⇒ ::Integer
Returns the value of attribute number_of_associated_services.
-
#number_of_associated_vp_cs ⇒ ::Integer
Returns the value of attribute number_of_associated_vp_cs.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def name @name end |
#number_of_associated_resource_configurations ⇒ ::Integer
Returns the value of attribute number_of_associated_resource_configurations.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def number_of_associated_resource_configurations @number_of_associated_resource_configurations end |
#number_of_associated_services ⇒ ::Integer
Returns the value of attribute number_of_associated_services.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def number_of_associated_services @number_of_associated_services end |
#number_of_associated_vp_cs ⇒ ::Integer
Returns the value of attribute number_of_associated_vp_cs.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def number_of_associated_vp_cs @number_of_associated_vp_cs end |