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)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def category
  @category
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def description
  @description
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



2117
2118
2119
# File 'sig/types.rbs', line 2117

def settings
  @settings
end

#type"SYSTEM", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("SYSTEM", "CUSTOM")


2118
2119
2120
# File 'sig/types.rbs', line 2118

def type
  @type
end