Class: Aws::Types::SsmParameterConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_account_id ⇒ ::String

Returns the value of attribute ami_account_id.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def 
  
end

#data_type ⇒ "text", "aws:ec2:image"

Returns the value of attribute data_type.

Returns:

  • ("text", "aws:ec2:image")


1987
1988
1989
# File 'sig/types.rbs', line 1987

def data_type
  @data_type
end

#parameter_name ⇒ ::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def parameter_name
  @parameter_name
end