Class: Aws::Wickr::Types::Network

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

Overview

Represents a Wickr network with all its configuration and status information.

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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2249

class Network < 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