Class: Aws::Types::PagerDutyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def name
  @name
end

#pager_duty_incident_configuration ⇒ Types::PagerDutyIncidentConfiguration

Returns the value of attribute pager_duty_incident_configuration.



548
549
550
# File 'sig/types.rbs', line 548

def pager_duty_incident_configuration
  @pager_duty_incident_configuration
end

#secret_id ⇒ ::String

Returns the value of attribute secret_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def secret_id
  @secret_id
end