Class: Aws::Types::CreateEnvironmentResponse

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)


107
108
109
# File 'sig/types.rbs', line 107

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def environment_id
  @environment_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def name
  @name
end

#network_fabric_type"TRANSIT_GATEWAY", "NONE"

Returns the value of attribute network_fabric_type.

Returns:

  • ("TRANSIT_GATEWAY", "NONE")


113
114
115
# File 'sig/types.rbs', line 113

def network_fabric_type
  @network_fabric_type
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def 
  
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


115
116
117
# File 'sig/types.rbs', line 115

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


116
117
118
# File 'sig/types.rbs', line 116

def tags
  @tags
end