Class: Aws::Types::Property

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::Array[Types::AllowedValue]

Returns the value of attribute allowed_values.

Returns:



6030
6031
6032
# File 'sig/types.rbs', line 6030

def allowed_values
  @allowed_values
end

#data_operation_scopes::Array[("READ" | "WRITE")]

Returns the value of attribute data_operation_scopes.

Returns:

  • (::Array[("READ" | "WRITE")])


6031
6032
6033
# File 'sig/types.rbs', line 6031

def data_operation_scopes
  @data_operation_scopes
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


6028
6029
6030
# File 'sig/types.rbs', line 6028

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6026
6027
6028
# File 'sig/types.rbs', line 6026

def description
  @description
end

#key_override::String

Returns the value of attribute key_override.

Returns:

  • (::String)


6032
6033
6034
# File 'sig/types.rbs', line 6032

def key_override
  @key_override
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6025
6026
6027
# File 'sig/types.rbs', line 6025

def name
  @name
end

#property_location"HEADER", ...

Returns the value of attribute property_location.

Returns:

  • ("HEADER", "BODY", "QUERY_PARAM", "PATH")


6033
6034
6035
# File 'sig/types.rbs', line 6033

def property_location
  @property_location
end

#property_types::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")]

Returns the value of attribute property_types.

Returns:

  • (::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")])


6029
6030
6031
# File 'sig/types.rbs', line 6029

def property_types
  @property_types
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


6027
6028
6029
# File 'sig/types.rbs', line 6027

def required
  @required
end