Class: Aws::Types::CreateServiceNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
185 186 187 |
# File 'sig/types.rbs', line 185 def auth_type @auth_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
183 184 185 |
# File 'sig/types.rbs', line 183 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
184 185 186 |
# File 'sig/types.rbs', line 184 def name @name end |
#sharing_config ⇒ Types::SharingConfig
Returns the value of attribute sharing_config.
187 188 189 |
# File 'sig/types.rbs', line 187 def sharing_config @sharing_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
186 187 188 |
# File 'sig/types.rbs', line 186 def @tags end |