Class: Aws::Types::AwsIamInstanceProfileRole

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3007
3008
3009
# File 'sig/types.rbs', line 3007

def arn
  @arn
end

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def assume_role_policy_document
  @assume_role_policy_document
end

#create_date::String

Returns the value of attribute create_date.

Returns:

  • (::String)


3009
3010
3011
# File 'sig/types.rbs', line 3009

def create_date
  @create_date
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3010
3011
3012
# File 'sig/types.rbs', line 3010

def path
  @path
end

#role_id::String

Returns the value of attribute role_id.

Returns:

  • (::String)


3011
3012
3013
# File 'sig/types.rbs', line 3011

def role_id
  @role_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


3012
3013
3014
# File 'sig/types.rbs', line 3012

def role_name
  @role_name
end