Class: Aws::Types::InputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def identifier
  @identifier
end

#type"CFN_STACK", ...

Returns the value of attribute type.

Returns:

  • ("CFN_STACK", "TAGS", "EKS", "TERRAFORM", "DESIGN_FILE", "MONITORING")


587
588
589
# File 'sig/types.rbs', line 587

def type
  @type
end