Class: Aws::Types::GetPropertyValueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def component_name
  @component_name
end

#component_path::String

Returns the value of attribute component_path.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def component_path
  @component_path
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def component_type_id
  @component_type_id
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def entity_id
  @entity_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


563
564
565
# File 'sig/types.rbs', line 563

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def next_token
  @next_token
end

#property_group_name::String

Returns the value of attribute property_group_name.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def property_group_name
  @property_group_name
end

#selected_properties::Array[::String]

Returns the value of attribute selected_properties.

Returns:

  • (::Array[::String])


561
562
563
# File 'sig/types.rbs', line 561

def selected_properties
  @selected_properties
end

#tabular_conditionsTypes::TabularConditions

Returns the value of attribute tabular_conditions.



566
567
568
# File 'sig/types.rbs', line 566

def tabular_conditions
  @tabular_conditions
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def workspace_id
  @workspace_id
end