Class: Aws::Types::ParameterMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_pattern::String

Returns the value of attribute allowed_pattern.

Returns:

  • (::String)


3523
3524
3525
# File 'sig/types.rbs', line 3523

def allowed_pattern
  @allowed_pattern
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3517
3518
3519
# File 'sig/types.rbs', line 3517

def arn
  @arn
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


3527
3528
3529
# File 'sig/types.rbs', line 3527

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3522
3523
3524
# File 'sig/types.rbs', line 3522

def description
  @description
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3519
3520
3521
# File 'sig/types.rbs', line 3519

def key_id
  @key_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


3520
3521
3522
# File 'sig/types.rbs', line 3520

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


3521
3522
3523
# File 'sig/types.rbs', line 3521

def last_modified_user
  @last_modified_user
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3516
3517
3518
# File 'sig/types.rbs', line 3516

def name
  @name
end

#policies::Array[Types::ParameterInlinePolicy]

Returns the value of attribute policies.

Returns:



3526
3527
3528
# File 'sig/types.rbs', line 3526

def policies
  @policies
end

#tier"Standard", ...

Returns the value of attribute tier.

Returns:

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


3525
3526
3527
# File 'sig/types.rbs', line 3525

def tier
  @tier
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


3518
3519
3520
# File 'sig/types.rbs', line 3518

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


3524
3525
3526
# File 'sig/types.rbs', line 3524

def version
  @version
end