Class: Aws::Types::InstanceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deregister_time::Time

Returns the value of attribute deregister_time.

Returns:

  • (::Time)


671
672
673
# File 'sig/types.rbs', line 671

def deregister_time
  @deregister_time
end

#iam_session_arn::String

Returns the value of attribute iam_session_arn.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def iam_session_arn
  @iam_session_arn
end

#iam_user_arn::String

Returns the value of attribute iam_user_arn.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def iam_user_arn
  @iam_user_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def instance_arn
  @instance_arn
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def instance_name
  @instance_name
end

#register_time::Time

Returns the value of attribute register_time.

Returns:

  • (::Time)


670
671
672
# File 'sig/types.rbs', line 670

def register_time
  @register_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def tags
  @tags
end