Class: Aws::Types::CreateInstanceProfileMessage

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)


284
285
286
# File 'sig/types.rbs', line 284

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def description
  @description
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def instance_profile_name
  @instance_profile_name
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def kms_key_arn
  @kms_key_arn
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def network_type
  @network_type
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


286
287
288
# File 'sig/types.rbs', line 286

def publicly_accessible
  @publicly_accessible
end

#subnet_group_identifier::String

Returns the value of attribute subnet_group_identifier.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def subnet_group_identifier
  @subnet_group_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def tags
  @tags
end

#vpc_security_groups::Array[::String]

Returns the value of attribute vpc_security_groups.

Returns:

  • (::Array[::String])


292
293
294
# File 'sig/types.rbs', line 292

def vpc_security_groups
  @vpc_security_groups
end