Class: Aws::Types::Network

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_level"STANDARD", "PREMIUM"

Returns the value of attribute access_level.

Returns:

  • ("STANDARD", "PREMIUM")


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.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def 
  
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def network_name
  @network_name
end

#standing::Integer

Returns the value of attribute standing.

Returns:

  • (::Integer)


642
643
644
# File 'sig/types.rbs', line 642

def standing
  @standing
end