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)


89
90
91
# File 'sig/types.rbs', line 89

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


88
89
90
# File 'sig/types.rbs', line 88

def status
  @status
end