Class: Aws::Types::CfnTemplateProviderDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameters::Array[Types::CfnStackParameter]

Returns the value of attribute parameters.

Returns:



1120
1121
1122
# File 'sig/types.rbs', line 1120

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def role_arn
  @role_arn
end

#stack_detailTypes::CfnStackDetail

Returns the value of attribute stack_detail.



1121
1122
1123
# File 'sig/types.rbs', line 1121

def stack_detail
  @stack_detail
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def template_name
  @template_name
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def template_url
  @template_url
end