Module: Aws::Wickr::Client::_GetNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNetworkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_level ⇒ "STANDARD", "PREMIUM"
- #aws_account_id ⇒ ::String
- #encryption_key_arn ⇒ ::String
- #free_trial_expiration ⇒ ::String
- #migration_state ⇒ ::Integer
- #network_arn ⇒ ::String
- #network_id ⇒ ::String
- #network_name ⇒ ::String
- #standing ⇒ ::Integer
Instance Method Details
#access_level ⇒ "STANDARD", "PREMIUM"
369 |
# File 'sig/client.rbs', line 369
def access_level: () -> ("STANDARD" | "PREMIUM")
|
#aws_account_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def aws_account_id: () -> ::String
|
#encryption_key_arn ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def encryption_key_arn: () -> ::String
|
#free_trial_expiration ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def free_trial_expiration: () -> ::String
|
#migration_state ⇒ ::Integer
374 |
# File 'sig/client.rbs', line 374
def migration_state: () -> ::Integer
|
#network_arn ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def network_arn: () -> ::String
|
#network_id ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def network_id: () -> ::String
|
#network_name ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def network_name: () -> ::String
|
#standing ⇒ ::Integer
372 |
# File 'sig/client.rbs', line 372
def standing: () -> ::Integer
|