Class: Aws::Types::Network
- Inherits:
-
Object
- Object
- Aws::Types::Network
- 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.
639 640 641 |
# File 'sig/types.rbs', line 639 def access_level @access_level end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def aws_account_id @aws_account_id end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
645 646 647 |
# File 'sig/types.rbs', line 645 def encryption_key_arn @encryption_key_arn end |
#free_trial_expiration ⇒ ::String
Returns the value of attribute free_trial_expiration.
643 644 645 |
# File 'sig/types.rbs', line 643 def free_trial_expiration @free_trial_expiration end |
#migration_state ⇒ ::Integer
Returns the value of attribute migration_state.
644 645 646 |
# File 'sig/types.rbs', line 644 def migration_state @migration_state end |
#network_arn ⇒ ::String
Returns the value of attribute network_arn.
641 642 643 |
# File 'sig/types.rbs', line 641 def network_arn @network_arn end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
637 638 639 |
# File 'sig/types.rbs', line 637 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def network_name @network_name end |
#standing ⇒ ::Integer
Returns the value of attribute standing.
642 643 644 |
# File 'sig/types.rbs', line 642 def standing @standing end |