Class: Aws::Types::ChangeSetDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def application_id
  @application_id
end

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


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

def change_set_id
  @change_set_id
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


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

def semantic_version
  @semantic_version
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


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

def stack_id
  @stack_id
end