Class: Aws::Types::DomainDescription

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)


308
309
310
# File 'sig/types.rbs', line 308

def arn
  @arn
end

#asset_size_bytes::Integer

Returns the value of attribute asset_size_bytes.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def asset_size_bytes
  @asset_size_bytes
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


310
311
312
# File 'sig/types.rbs', line 310

def created_time
  @created_time
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def encryption_key
  @encryption_key
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def owner
  @owner
end

#repository_count::Integer

Returns the value of attribute repository_count.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def repository_count
  @repository_count
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def s3_bucket_arn
  @s3_bucket_arn
end

#status"Active", "Deleted"

Returns the value of attribute status.

Returns:

  • ("Active", "Deleted")


309
310
311
# File 'sig/types.rbs', line 309

def status
  @status
end