Class: Aws::Types::CreateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


95
96
97
# File 'sig/types.rbs', line 95

def status
  @status
end