AWS SDK Version 3 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.

Role alias description.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.RoleAliasDescription

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

Syntax

C#
public class RoleAliasDescription

The RoleAliasDescription type exposes the following members

Constructors

NameDescription
Public Method RoleAliasDescription()

Properties

NameTypeDescription
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The UNIX timestamp of when the role alias was created.

Public Property CredentialDurationSeconds System.Int32

Gets and sets the property CredentialDurationSeconds.

The number of seconds for which the credential is valid.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The UNIX timestamp of when the role alias was last modified.

Public Property Owner System.String

Gets and sets the property Owner.

The role alias owner.

Public Property RoleAlias System.String

Gets and sets the property RoleAlias.

The role alias.

Public Property RoleAliasArn System.String

Gets and sets the property RoleAliasArn.

The ARN of the role alias.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The role ARN.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5