Class: Aws::Types::TrustAnchorDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def created_at
  @created_at
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


323
324
325
# File 'sig/types.rbs', line 323

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def name
  @name
end

#notification_settings::Array[Types::NotificationSettingDetail]

Returns the value of attribute notification_settings.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def notification_settings
  @notification_settings
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def source
  @source
end

#trust_anchor_arn::String

Returns the value of attribute trust_anchor_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def trust_anchor_arn
  @trust_anchor_arn
end

#trust_anchor_id::String

Returns the value of attribute trust_anchor_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def trust_anchor_id
  @trust_anchor_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


325
326
327
# File 'sig/types.rbs', line 325

def updated_at
  @updated_at
end