Class: Aws::Types::EnvironmentFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"s3"

Returns the value of attribute type.

Returns:

  • ("s3")


1197
1198
1199
# File 'sig/types.rbs', line 1197

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def value
  @value
end