Class: Aws::Types::Namespace

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)


361
362
363
# File 'sig/types.rbs', line 361

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


368
369
370
# File 'sig/types.rbs', line 368

def create_date
  @create_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def name
  @name
end

#propertiesTypes::NamespaceProperties

Returns the value of attribute properties.



367
368
369
# File 'sig/types.rbs', line 367

def properties
  @properties
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def resource_owner
  @resource_owner
end

#service_count::Integer

Returns the value of attribute service_count.

Returns:

  • (::Integer)


366
367
368
# File 'sig/types.rbs', line 366

def service_count
  @service_count
end

#type"DNS_PUBLIC", ...

Returns the value of attribute type.

Returns:

  • ("DNS_PUBLIC", "DNS_PRIVATE", "HTTP")


364
365
366
# File 'sig/types.rbs', line 364

def type
  @type
end