Class: Aws::Types::InstanceProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def description
  @description
end

#instance_profile_arn::String

Returns the value of attribute instance_profile_arn.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def instance_profile_arn
  @instance_profile_arn
end

#instance_profile_creation_time::Time

Returns the value of attribute instance_profile_creation_time.

Returns:

  • (::Time)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def instance_profile_creation_time
  @instance_profile_creation_time
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def instance_profile_name
  @instance_profile_name
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def kms_key_arn
  @kms_key_arn
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def network_type
  @network_type
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def publicly_accessible
  @publicly_accessible
end

#subnet_group_identifier::String

Returns the value of attribute subnet_group_identifier.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def subnet_group_identifier
  @subnet_group_identifier
end

#vpc_security_groups::Array[::String]

Returns the value of attribute vpc_security_groups.

Returns:

  • (::Array[::String])


1614
1615
1616
# File 'sig/types.rbs', line 1614

def vpc_security_groups
  @vpc_security_groups
end