Class: Aws::Types::EnvironmentVpc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def 
  @account_id
end

#cidr_blocks::Array[::String]

Returns the value of attribute cidr_blocks.

Returns:

  • (::Array[::String])


278
279
280
# File 'sig/types.rbs', line 278

def cidr_blocks
  @cidr_blocks
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


279
280
281
# File 'sig/types.rbs', line 279

def created_time
  @created_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def environment_id
  @environment_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


281
282
283
# File 'sig/types.rbs', line 281

def last_updated_time
  @last_updated_time
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def vpc_id
  @vpc_id
end

#vpc_name::String

Returns the value of attribute vpc_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def vpc_name
  @vpc_name
end