Class: Aws::Types::CfnStackDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def name
  @name
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def status_message
  @status_message
end