Class: Aws::Types::CustomParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def description
  @description
end

#field_type::String

Returns the value of attribute field_type.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def field_type
  @field_type
end

#is_editableBoolean

Returns the value of attribute is_editable.

Returns:

  • (Boolean)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def is_editable
  @is_editable
end

#is_optionalBoolean

Returns the value of attribute is_optional.

Returns:

  • (Boolean)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def is_optional
  @is_optional
end

#is_update_supportedBoolean

Returns the value of attribute is_update_supported.

Returns:

  • (Boolean)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def is_update_supported
  @is_update_supported
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def key_name
  @key_name
end