Class: Aws::Types::EnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def name
  @name
end

#network_fabric_type"TRANSIT_GATEWAY", "NONE"

Returns the value of attribute network_fabric_type.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def network_fabric_type
  @network_fabric_type
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def 
  @owner_account_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def transit_gateway_id
  @transit_gateway_id
end