Class: Aws::Types::GetDeploymentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deployedBoolean

Returns the value of attribute auto_deployed.

Returns:

  • (Boolean)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def auto_deployed
  @auto_deployed
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def created_date
  @created_date
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def deployment_id
  @deployment_id
end

#deployment_status"PENDING", ...

Returns the value of attribute deployment_status.

Returns:

  • ("PENDING", "FAILED", "DEPLOYED")


1136
1137
1138
# File 'sig/types.rbs', line 1136

def deployment_status
  @deployment_status
end

#deployment_status_message::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def deployment_status_message
  @deployment_status_message
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def description
  @description
end