Class: Aws::EC2::Types::VpcCidrBlockState

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

Overview

Describes the state of a CIDR block.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the CIDR block.

Returns:

  • (String)


37427
37428
37429
37430
37431
# File 'lib/aws-sdk-ec2/types.rb', line 37427

class VpcCidrBlockState < Struct.new(
  :state,
  :status_message)
  include Aws::Structure
end

#status_messageString

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

Returns:

  • (String)


37427
37428
37429
37430
37431
# File 'lib/aws-sdk-ec2/types.rb', line 37427

class VpcCidrBlockState < Struct.new(
  :state,
  :status_message)
  include Aws::Structure
end