Class: Aws::Types::AdditionalDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_detail_type::String

Returns the value of attribute additional_detail_type.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def additional_detail_type
  @additional_detail_type
end

#componentTypes::AnalysisComponent

Returns the value of attribute component.



240
241
242
# File 'sig/types.rbs', line 240

def component
  @component
end

#load_balancers::Array[Types::AnalysisComponent]

Returns the value of attribute load_balancers.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def load_balancers
  @load_balancers
end

#rule_group_rule_options_pairs::Array[Types::RuleGroupRuleOptionsPair]

Returns the value of attribute rule_group_rule_options_pairs.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def rule_group_rule_options_pairs
  @rule_group_rule_options_pairs
end

#rule_group_type_pairs::Array[Types::RuleGroupTypePair]

Returns the value of attribute rule_group_type_pairs.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def rule_group_type_pairs
  @rule_group_type_pairs
end

#rule_options::Array[Types::RuleOption]

Returns the value of attribute rule_options.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def rule_options
  @rule_options
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def service_name
  @service_name
end

#vpc_endpoint_serviceTypes::AnalysisComponent

Returns the value of attribute vpc_endpoint_service.



241
242
243
# File 'sig/types.rbs', line 241

def vpc_endpoint_service
  @vpc_endpoint_service
end