Class: Aws::Wickr::Types::GetNetworkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_levelString

The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The Amazon Web Services account ID that owns the network.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_arnString

The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#free_trial_expirationString

The expiration date and time for the network’s free trial period, if applicable.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#migration_stateInteger

The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).

Returns:

  • (Integer)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_arnString

The Amazon Resource Name (ARN) of the network.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier of the network.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_nameString

The name of the network.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#standingInteger

The current standing or status of the network.

Returns:

  • (Integer)


1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-wickr/types.rb', line 1332

class GetNetworkResponse < Struct.new(
  :network_id,
  :network_name,
  :access_level,
  :aws_account_id,
  :network_arn,
  :standing,
  :free_trial_expiration,
  :migration_state,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end