Class: Aws::Types::ParameterHistory

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_pattern::String

Returns the value of attribute allowed_pattern.

Returns:

  • (::String)


3489
3490
3491
# File 'sig/types.rbs', line 3489

def allowed_pattern
  @allowed_pattern
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


3494
3495
3496
# File 'sig/types.rbs', line 3494

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3487
3488
3489
# File 'sig/types.rbs', line 3487

def description
  @description
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3484
3485
3486
# File 'sig/types.rbs', line 3484

def key_id
  @key_id
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


3491
3492
3493
# File 'sig/types.rbs', line 3491

def labels
  @labels
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


3485
3486
3487
# File 'sig/types.rbs', line 3485

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


3486
3487
3488
# File 'sig/types.rbs', line 3486

def last_modified_user
  @last_modified_user
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3482
3483
3484
# File 'sig/types.rbs', line 3482

def name
  @name
end

#policies::Array[Types::ParameterInlinePolicy]

Returns the value of attribute policies.

Returns:



3493
3494
3495
# File 'sig/types.rbs', line 3493

def policies
  @policies
end

#tier"Standard", ...

Returns the value of attribute tier.

Returns:

  • ("Standard", "Advanced", "Intelligent-Tiering")


3492
3493
3494
# File 'sig/types.rbs', line 3492

def tier
  @tier
end

#type"String", ...

Returns the value of attribute type.

Returns:

  • ("String", "StringList", "SecureString")


3483
3484
3485
# File 'sig/types.rbs', line 3483

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


3488
3489
3490
# File 'sig/types.rbs', line 3488

def value
  @value
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


3490
3491
3492
# File 'sig/types.rbs', line 3490

def version
  @version
end