Class: Aws::Types::CfnCreateTemplateProvider

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::CfnStackCreateParameter]

Returns the value of attribute parameters.

Returns:



1087
1088
1089
# File 'sig/types.rbs', line 1087

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def role_arn
  @role_arn
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def template_name
  @template_name
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def template_url
  @template_url
end