Class: Aws::Types::GetNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_level ⇒ "STANDARD", "PREMIUM"
Returns the value of attribute access_level.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#free_trial_expiration ⇒ ::String
Returns the value of attribute free_trial_expiration.
-
#migration_state ⇒ ::Integer
Returns the value of attribute migration_state.
-
#network_arn ⇒ ::String
Returns the value of attribute network_arn.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#network_name ⇒ ::String
Returns the value of attribute network_name.
-
#standing ⇒ ::Integer
Returns the value of attribute standing.
Instance Attribute Details
#access_level ⇒ "STANDARD", "PREMIUM"
Returns the value of attribute access_level.
385 386 387 |
# File 'sig/types.rbs', line 385 def access_level @access_level end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def aws_account_id @aws_account_id end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
391 392 393 |
# File 'sig/types.rbs', line 391 def encryption_key_arn @encryption_key_arn end |
#free_trial_expiration ⇒ ::String
Returns the value of attribute free_trial_expiration.
389 390 391 |
# File 'sig/types.rbs', line 389 def free_trial_expiration @free_trial_expiration end |
#migration_state ⇒ ::Integer
Returns the value of attribute migration_state.
390 391 392 |
# File 'sig/types.rbs', line 390 def migration_state @migration_state end |
#network_arn ⇒ ::String
Returns the value of attribute network_arn.
387 388 389 |
# File 'sig/types.rbs', line 387 def network_arn @network_arn end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
383 384 385 |
# File 'sig/types.rbs', line 383 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
384 385 386 |
# File 'sig/types.rbs', line 384 def network_name @network_name end |
#standing ⇒ ::Integer
Returns the value of attribute standing.
388 389 390 |
# File 'sig/types.rbs', line 388 def standing @standing end |