Class: Aws::EC2::Types::SubnetCidrBlockState

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

Overview

Describes the state of a CIDR block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of a CIDR block.

Returns:

  • (String)


63360
63361
63362
63363
63364
63365
# File 'lib/aws-sdk-ec2/types.rb', line 63360

class SubnetCidrBlockState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message about the status of the CIDR block, if applicable.

Returns:

  • (String)


63360
63361
63362
63363
63364
63365
# File 'lib/aws-sdk-ec2/types.rb', line 63360

class SubnetCidrBlockState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end