Class: Aws::Types::CreateAppBlockBuilderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoints::Array[Types::AccessEndpoint]

Returns the value of attribute access_endpoints.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def access_endpoints
  @access_endpoints
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def description
  @description
end

#disable_imdsv1Boolean

Returns the value of attribute disable_imdsv1.

Returns:

  • (Boolean)


280
281
282
# File 'sig/types.rbs', line 280

def disable_imdsv1
  @disable_imdsv1
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def display_name
  @display_name
end

#enable_default_internet_accessBoolean

Returns the value of attribute enable_default_internet_access.

Returns:

  • (Boolean)


277
278
279
# File 'sig/types.rbs', line 277

def enable_default_internet_access
  @enable_default_internet_access
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def iam_role_arn
  @iam_role_arn
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def instance_type
  @instance_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def name
  @name
end

#platform"WINDOWS_SERVER_2019"

Returns the value of attribute platform.

Returns:

  • ("WINDOWS_SERVER_2019")


274
275
276
# File 'sig/types.rbs', line 274

def platform
  @platform
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


273
274
275
# File 'sig/types.rbs', line 273

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def vpc_config
  @vpc_config
end