Class: Aws::Types::Parameter

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



3471
3472
3473
# File 'sig/types.rbs', line 3471

def arn
  @arn
end

#data_type::String

Returns the value of attribute data_type.

Returns:



3472
3473
3474
# File 'sig/types.rbs', line 3472

def data_type
  @data_type
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:



3470
3471
3472
# File 'sig/types.rbs', line 3470

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:



3464
3465
3466
# File 'sig/types.rbs', line 3464

def name
  @name
end

#selector::String

Returns the value of attribute selector.

Returns:



3468
3469
3470
# File 'sig/types.rbs', line 3468

def selector
  @selector
end

#source_result::String

Returns the value of attribute source_result.

Returns:



3469
3470
3471
# File 'sig/types.rbs', line 3469

def source_result
  @source_result
end

#type"String", ...

Returns the value of attribute type.

Returns:



3465
3466
3467
# File 'sig/types.rbs', line 3465

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:



3466
3467
3468
# File 'sig/types.rbs', line 3466

def value
  @value
end

#version::Integer

Returns the value of attribute version.

Returns:



3467
3468
3469
# File 'sig/types.rbs', line 3467

def version
  @version
end