Class: Aws::Types::CreateServiceNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkResponse
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
212 213 214 |
# File 'sig/types.rbs', line 212 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def auth_type @auth_type end |
#id ⇒ ::String
Returns the value of attribute id.
210 211 212 |
# File 'sig/types.rbs', line 210 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
211 212 213 |
# File 'sig/types.rbs', line 211 def name @name end |
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
213 214 215 |
# File 'sig/types.rbs', line 213 def sharing_config @sharing_config end |