Class: Aws::Types::CreateEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def description
  @description
end

#monitors ⇒ ::Array[Types::Monitor]

Returns the value of attribute monitors.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def monitors
  @monitors
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


177
178
179
# File 'sig/types.rbs', line 177

def tags
  @tags
end