Class: Aws::Types::ConfigurationOptionsDescription

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#options::Array[Types::ConfigurationOptionDescription]

Returns the value of attribute options.



197
198
199
# File 'sig/types.rbs', line 197

def options
  @options
end

#platform_arn::String

Returns the value of attribute platform_arn.



196
197
198
# File 'sig/types.rbs', line 196

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.



195
196
197
# File 'sig/types.rbs', line 195

def solution_stack_name
  @solution_stack_name
end