AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetRoleTemplateVersion operation. Retrieves information about a version of the specified role template. Role templates define a reusable configuration—including role name and path patterns, trust policy, inline and managed policies, permissions boundary, tags, and maximum session duration—that you use to create IAM roles with AcquireRole.

If you do not specify a minor version, the service returns the template's default minor version.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IdentityManagement.AmazonIdentityManagementServiceRequest
      Amazon.IdentityManagement.Model.GetRoleTemplateVersionRequest

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class GetRoleTemplateVersionRequest : AmazonIdentityManagementServiceRequest
         IAmazonWebServiceRequest

The GetRoleTemplateVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MinorVersion System.Nullable<System.Int32>

Gets and sets the property MinorVersion.

The minor version of the role template to retrieve. If you do not specify a minor version, the service returns the template's default minor version.

Public Property TemplateArn System.String

Gets and sets the property TemplateArn.

The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer