Class: Aws::Types::ConfigurableEnvironmentAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth"IAM", "HTTPS"

Returns the value of attribute auth.

Returns:

  • ("IAM", "HTTPS")


578
579
580
# File 'sig/types.rbs', line 578

def auth
  @auth
end

#parameters::Array[Types::ConfigurableActionParameter]

Returns the value of attribute parameters.



579
580
581
# File 'sig/types.rbs', line 579

def parameters
  @parameters
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def type
  @type
end