Class: Aws::Types::ContactMethod

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:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def arn
  @arn
end

#contact_endpoint::String

Returns the value of attribute contact_endpoint.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def contact_endpoint
  @contact_endpoint
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


377
378
379
# File 'sig/types.rbs', line 377

def created_at
  @created_at
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



378
379
380
# File 'sig/types.rbs', line 378

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def name
  @name
end

#protocol"Email", "SMS"

Returns the value of attribute protocol.

Returns:

  • ("Email", "SMS")


374
375
376
# File 'sig/types.rbs', line 374

def protocol
  @protocol
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



379
380
381
# File 'sig/types.rbs', line 379

def resource_type
  @resource_type
end

#status"PendingVerification", ...

Returns the value of attribute status.

Returns:

  • ("PendingVerification", "Valid", "Invalid")


373
374
375
# File 'sig/types.rbs', line 373

def status
  @status
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def tags
  @tags
end