Class: Aws::Types::CreateNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_level ⇒ "STANDARD", "PREMIUM"
Returns the value of attribute access_level.
-
#enable_premium_free_trial ⇒ Boolean
Returns the value of attribute enable_premium_free_trial.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#network_name ⇒ ::String
Returns the value of attribute network_name.
Instance Attribute Details
#access_level ⇒ "STANDARD", "PREMIUM"
Returns the value of attribute access_level.
238 239 240 |
# File 'sig/types.rbs', line 238 def access_level @access_level end |
#enable_premium_free_trial ⇒ Boolean
Returns the value of attribute enable_premium_free_trial.
239 240 241 |
# File 'sig/types.rbs', line 239 def enable_premium_free_trial @enable_premium_free_trial end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
240 241 242 |
# File 'sig/types.rbs', line 240 def encryption_key_arn @encryption_key_arn end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
237 238 239 |
# File 'sig/types.rbs', line 237 def network_name @network_name end |