Class: Aws::Types::Component

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message, :description, :service_spec])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#deployment_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "CANCELLING", "CANCELLED")


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

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


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

def deployment_status_message
  @deployment_status_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def description
  @description
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def environment_name
  @environment_name
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_client_request_token ⇒ ::String

Returns the value of attribute last_client_request_token.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def last_client_request_token
  @last_client_request_token
end

#last_deployment_attempted_at ⇒ ::Time

Returns the value of attribute last_deployment_attempted_at.

Returns:

  • (::Time)


95
96
97
# File 'sig/types.rbs', line 95

def last_deployment_attempted_at
  @last_deployment_attempted_at
end

#last_deployment_succeeded_at ⇒ ::Time

Returns the value of attribute last_deployment_succeeded_at.

Returns:

  • (::Time)


96
97
98
# File 'sig/types.rbs', line 96

def last_deployment_succeeded_at
  @last_deployment_succeeded_at
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


97
98
99
# File 'sig/types.rbs', line 97

def last_modified_at
  @last_modified_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def name
  @name
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def service_name
  @service_name
end

#service_spec ⇒ ::String

Returns the value of attribute service_spec.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def service_spec
  @service_spec
end