Class: Aws::Types::Preset

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)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def category
  @category
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def description
  @description
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



2096
2097
2098
# File 'sig/types.rbs', line 2096

def settings
  @settings
end

#type"SYSTEM", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("SYSTEM", "CUSTOM")


2097
2098
2099
# File 'sig/types.rbs', line 2097

def type
  @type
end