Class: Aws::Types::DeploymentPatternVersionDataSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_name::String

Returns the value of attribute deployment_pattern_name.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def deployment_pattern_name
  @deployment_pattern_name
end

#deployment_pattern_version_name::String

Returns the value of attribute deployment_pattern_version_name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def deployment_pattern_version_name
  @deployment_pattern_version_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def description
  @description
end

#documentation_url::String

Returns the value of attribute documentation_url.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def documentation_url
  @documentation_url
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def workload_name
  @workload_name
end