Class: Aws::Types::GetEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


328
329
330
# File 'sig/types.rbs', line 328

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.



331
332
333
# File 'sig/types.rbs', line 331

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


332
333
334
# File 'sig/types.rbs', line 332

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def name
  @name
end

#network_fabric_type"TRANSIT_GATEWAY", "NONE"

Returns the value of attribute network_fabric_type.

Returns:

  • ("TRANSIT_GATEWAY", "NONE")


334
335
336
# File 'sig/types.rbs', line 334

def network_fabric_type
  @network_fabric_type
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def 
  
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


336
337
338
# File 'sig/types.rbs', line 336

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


337
338
339
# File 'sig/types.rbs', line 337

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def transit_gateway_id
  @transit_gateway_id
end