Class: Aws::Types::GetDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def component_name
  @component_name
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def id
  @id
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def service_name
  @service_name
end