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.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class GetRoleTemplateVersionRequest : AmazonIdentityManagementServiceRequest IAmazonWebServiceRequest
The GetRoleTemplateVersionRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetRoleTemplateVersionRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
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. |
|
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. |
.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