Class: Aws::Types::BlueGreenDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployment_identifier::String

Returns the value of attribute blue_green_deployment_identifier.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def blue_green_deployment_identifier
  @blue_green_deployment_identifier
end

#blue_green_deployment_name::String

Returns the value of attribute blue_green_deployment_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def blue_green_deployment_name
  @blue_green_deployment_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


160
161
162
# File 'sig/types.rbs', line 160

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


161
162
163
# File 'sig/types.rbs', line 161

def delete_time
  @delete_time
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def source
  @source
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def status_details
  @status_details
end

#switchover_details::Array[Types::SwitchoverDetail]

Returns the value of attribute switchover_details.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def switchover_details
  @switchover_details
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def tag_list
  @tag_list
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def target
  @target
end

#tasks::Array[Types::BlueGreenDeploymentTask]

Returns the value of attribute tasks.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def tasks
  @tasks
end