Class: Aws::Types::ItemValue

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

Defined Under Namespace

Classes: Arn, MetricDefinition, PagerDutyIncidentDetail, Unknown, Url

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def arn
  @arn
end

#metric_definition ⇒ ::String

Returns the value of attribute metric_definition.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def metric_definition
  @metric_definition
end

#pager_duty_incident_detail ⇒ Types::PagerDutyIncidentDetail

Returns the value of attribute pager_duty_incident_detail.



429
430
431
# File 'sig/types.rbs', line 429

def pager_duty_incident_detail
  @pager_duty_incident_detail
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


431
432
433
# File 'sig/types.rbs', line 431

def unknown
  @unknown
end

#url ⇒ ::String

Returns the value of attribute url.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def url
  @url
end