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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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 the CIDR block.

Returns:

  • (String)


67862
67863
67864
67865
67866
67867
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67862

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


67862
67863
67864
67865
67866
67867
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67862

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