Class: Aws::Types::GetServiceNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceNetworkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#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_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.
-
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
695 696 697 |
# File 'sig/types.rbs', line 695 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
696 697 698 |
# File 'sig/types.rbs', line 696 def auth_type @auth_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
693 694 695 |
# File 'sig/types.rbs', line 693 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
691 692 693 |
# File 'sig/types.rbs', line 691 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
694 695 696 |
# File 'sig/types.rbs', line 694 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
692 693 694 |
# File 'sig/types.rbs', line 692 def name @name end |
#number_of_associated_services ⇒ ::Integer
Returns the value of attribute number_of_associated_services.
699 700 701 |
# File 'sig/types.rbs', line 699 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.
698 699 700 |
# File 'sig/types.rbs', line 698 def number_of_associated_vp_cs @number_of_associated_vp_cs end |
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
697 698 699 |
# File 'sig/types.rbs', line 697 def sharing_config @sharing_config end |