Class: Aws::Types::CreateTrustAnchorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


38
39
40
# File 'sig/types.rbs', line 38

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def name
  @name
end

#notification_settings::Array[Types::NotificationSetting]

Returns the value of attribute notification_settings.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def notification_settings
  @notification_settings
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def tags
  @tags
end